xmlunit-core : Org.XmlUnit.Builder Namespace

ITransformationBuilderBase<B> Generic Interface

Holds the common builder methods for XSLT related builders.

Syntax

public interface ITransformationBuilderBase<B>
where B : Org.XmlUnit.Builder.ITransformationBuilderBase<B>

Type Parameters

B
Documentation for this section has not yet been entered.

Remarks

B is the derived builder interface.

Requirements

Namespace: Org.XmlUnit.Builder
Assembly: xmlunit-core (in xmlunit-core.dll)
Assembly Versions: 2.5.1.121

Members

Public Methods

WithDocumentFunction () : B
Enables the document() function
WithExtensionObject (string, object) : B
Adds an extension object.
WithoutDocumentFunction () : B
Disables the document() function
WithoutScripting () : B
Disables Script Blocks.
WithParameter (string, string, object) : B
Adds a parameter.
WithScripting () : B
Enables Script Blocks.
WithStylesheet (Org.XmlUnit.ISource) : B
Sets the stylesheet to use.
WithXmlResolver (System.Xml.XmlResolver) : B
Sets the resolver to use for the document() function and xsi:import/include.

Extension Methods

static
Singleton<T> (this T) : IEnumerable<T>
An enumerable containing a single element.

Member Details

WithDocumentFunction Method

Enables the document() function

Syntax

public B WithDocumentFunction ()

Returns

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: Org.XmlUnit.Builder
Assembly: xmlunit-core (in xmlunit-core.dll)
Assembly Versions: 2.5.1.121

WithExtensionObject Method

Adds an extension object.

Syntax

public B WithExtensionObject (string namespaceUri, object extension)

Parameters

namespaceUri
Documentation for this section has not yet been entered.
extension
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: Org.XmlUnit.Builder
Assembly: xmlunit-core (in xmlunit-core.dll)
Assembly Versions: 2.5.1.121

WithoutDocumentFunction Method

Disables the document() function

Syntax

public B WithoutDocumentFunction ()

Returns

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: Org.XmlUnit.Builder
Assembly: xmlunit-core (in xmlunit-core.dll)
Assembly Versions: 2.5.1.121

WithoutScripting Method

Disables Script Blocks.

Syntax

public B WithoutScripting ()

Returns

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: Org.XmlUnit.Builder
Assembly: xmlunit-core (in xmlunit-core.dll)
Assembly Versions: 2.5.1.121

WithParameter Method

Adds a parameter.

Syntax

public B WithParameter (string name, string namespaceUri, object parameter)

Parameters

name
Documentation for this section has not yet been entered.
namespaceUri
Documentation for this section has not yet been entered.
parameter
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: Org.XmlUnit.Builder
Assembly: xmlunit-core (in xmlunit-core.dll)
Assembly Versions: 2.5.1.121

WithScripting Method

Enables Script Blocks.

Syntax

public B WithScripting ()

Returns

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: Org.XmlUnit.Builder
Assembly: xmlunit-core (in xmlunit-core.dll)
Assembly Versions: 2.5.1.121

WithStylesheet Method

Sets the stylesheet to use.

Syntax

public B WithStylesheet (Org.XmlUnit.ISource s)

Parameters

s
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: Org.XmlUnit.Builder
Assembly: xmlunit-core (in xmlunit-core.dll)
Assembly Versions: 2.5.1.121

WithXmlResolver Method

Sets the resolver to use for the document() function and xsi:import/include.

Syntax

public B WithXmlResolver (System.Xml.XmlResolver r)

Parameters

r
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: Org.XmlUnit.Builder
Assembly: xmlunit-core (in xmlunit-core.dll)
Assembly Versions: 2.5.1.121